go/types._TypeSet.comparable (field)
13 uses
go/types (current package)
predicates.go#L322: if xset.comparable != yset.comparable {
typeset.go#L29: comparable bool // invariant: !comparable || terms.isAll()
typeset.go#L39: func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() }
typeset.go#L44: return s.comparable
typeset.go#L76: if s.comparable {
typeset.go#L282: comparable = tset.comparable
typeset.go#L296: assert(!tset.comparable)
typeset.go#L326: ityp.tset.comparable = allComparable
typexpr.go#L166: if tset.comparable {
unify.go#L481: if xset.comparable != yset.comparable {
union.go#L121: case tset.comparable:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)